fix an out of bounds access to a QString in tpo. (#738)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 15 Oct 2021 00:29:54 +0000 (18:29 -0600)
committerGitHub <noreply@github.com>
Fri, 15 Oct 2021 00:29:54 +0000 (18:29 -0600)
commit980b075c2c18a8c64d5e39d17100022fb74b6227
treeafc2784d068470342fa4802ce5d843cd2c1ffaa9
parentaeb72f9b99e515d122bab10e7d786025221ddaf1
fix an out of bounds access to a QString in tpo. (#738)

This was caught with Qt6.2.0, which has an assertion to check for
out of bounds access.
ASSERT: "i >= 0 && i < size()" in file .../Qt-6.2.0/6.2.0/gcc_64/include/QtCore/qstring.h, line 1325
tpo.cc